home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / demo / BeBopDemo.lha / BeBopDemo / makebootscript2.0 < prev    next >
Text File  |  1991-09-19  |  912b  |  41 lines

  1. resident c:copy
  2. resident c:assign
  3. resident c:makedir
  4. resident c:delete
  5. copy c:install ram:
  6. copy c:loadwb ram:
  7. copy sys:system/fixfonts ram:
  8. makedir ram:temp
  9. makedir ram:temp/fonts
  10. makedir ram:temp/fonts/diamond
  11. makedir ram:temp/fonts/garnet
  12. makedir ram:temp/libs
  13. copy fonts:diamond ram:temp/fonts/diamond all
  14. copy fonts:diamond.font ram:temp/fonts
  15. copy fonts:garnet ram:temp/fonts/garnet all
  16. copy fonts:garnet.font ram:temp/fonts
  17. copy libs:diskfont.library ram:temp/libs
  18. copy ram:temp BB&D: all
  19. makedir BB&D:c
  20. copy ram:loadwb BB&D:c
  21. assign fonts: BB&D:fonts
  22. fixfonts
  23. IF EXISTS df0:blitter_piece_images
  24.   install df0:
  25. ELSE
  26.   IF EXISTS df1:blitter_piece_images
  27.     install df1:
  28.   ELSE
  29.     IF EXISTS df2:blitter_piece_images
  30.       install df2:
  31.     ELSE
  32.       IF EXISTS df3:blitter_piece_images
  33.         install df3:
  34.       ENDIF
  35.     ENDIF
  36.   ENDIF
  37. ENDIF
  38. assign fonts: sys:fonts
  39. delete ram:temp all
  40. delete ram:fixfonts
  41.